home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000397_news@newsmaster….columbia.edu _Tue Apr 7 21:32:09 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA07831
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 7 Apr 1998 21:32:08 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA03341
  7.     for kermit.misc@watsun; Tue, 7 Apr 1998 21:32:08 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!netnews.com!news.maxwell.syr.edu!news.mel.connect.com.au!not-for-mail
  9. From: Ross Irvine <rirvine@netlink.com.au>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Msdos Kermit & Windows 95 DOS prompt.
  12. Date: Wed, 08 Apr 1998 11:31:57 +1000
  13. Organization: Victorian BreastScreen Registry
  14. Lines: 18
  15. Message-ID: <352AD38D.70E87DE@netlink.com.au>
  16. References: <3529944E.1ACDB07A@netlink.com.au> <6gdde1$m1e$1@sloth.swcp.com>
  17. NNTP-Posting-Host: kermit.netlink.com.au
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 4.04 [en] (Win95; I)
  22. To: Thomas David Nichols <helios@swcp.com>
  23. Cache-Post-Path: kermit.netlink.com.au!unknown@dl009.netlink.com.au
  24. Xref: news.columbia.edu comp.protocols.kermit.misc:8600
  25.  
  26. Thomas David Nichols wrote:
  27. > This is how I check for a failure to set port 4 when I use MSKermit 3.14
  28. > within Windows 3.1.  "Set port 4" has not yet failed on the second attempt.
  29. > set com4 \x2e8 3
  30. > set port 4              ; Change if desired.  If COM3 or 4, read KERMIT.BWR.
  31. > if equal \v(port) Bios4 -
  32. >   echo {Trying "set port 4" again}
  33. > if equal \v(port) Bios4 -
  34. >   sleep 2, set port 4
  35. > if equal \v(port) Bios4 -
  36. >   fatal {Try repeating TAKE MSCUSTOM.INI}
  37.  
  38. This works perfectly. Many thanks Thomas.
  39. Obviously it must be some strange kermit problem.
  40.  
  41. Regards..